home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / cmohp53.zip / INSTAL95.DOC < prev    next >
Text File  |  1992-06-20  |  4KB  |  131 lines

  1.  
  2. =================================
  3. Installing {COMMO} on the HP 95LX
  4. =================================
  5.  
  6. If you do not have the Connectivity Pack, you will need the accessory serial
  7. cable, HP PN 82222A.  Connect your PC to the HP with the cable and follow
  8. these steps:
  9.  
  10.   ----------
  11.   ON YOUR PC
  12.   ----------
  13.  
  14.   IMPORTANT:  This procedure assumes that you have read READ95.ME and that you
  15.   have installed the standard version of {COMMO} on your PC.  If you have not
  16.   done so, refer to COMMO.DOC for instructions.
  17.  
  18.   It also assumes that the {COMMO} "home" directory on your PC is "C:\COMMO\".
  19.   If this is not the case, you will be given an opportunity to change it while
  20.   the install macro is running.
  21.  
  22.   1) Create a subdirectory on your PC below your {COMMO} "home" directory
  23.      called "HP95". The path for this directory would then be
  24.      "C:\COMMO\HP95\".
  25.  
  26.   2) Copy the files from the {COMMO} HP 95LX archive, COMMO9.ZIP or
  27.      CMOHPxx.ZIP, to this directory.  "xx" is the {COMMO} version number.
  28.  
  29.   3) Copy the the files INSTAL95.BAT and INSTAL95.MAC to your {COMMO} "home"
  30.      directory.
  31.  
  32.   4) Change to the {COMMO} "home" directory and type "instal95" to run the
  33.      installation batch file.
  34.  
  35.   5) Enter the number of the serial port that is connected to the 95LX, "1"
  36.      for COM1, "2" for COM2, etc.
  37.  
  38.   6) If the PC directory shown is correct, just press Enter.  Otherwise edit
  39.      the path and then press Enter.  Be sure there is a "\" at the end.
  40.  
  41.   7) You will be asked if {COMMO} is being installed on the A: drive or C:
  42.      drive on the 95LX.  Just type "A" or "C".
  43.  
  44.   8) The first filename will blink at the top of the screen.  This is the
  45.      filename that you should enter on the 95LX.  After each file is
  46.      transferred, a new filename will appear.  Note that some of the names
  47.      have "95" in them on the PC, but are named without the "95" on the 95LX.
  48.  
  49.      Several small files will be created by the macro on your PC, then
  50.      transferred.  These files are listed at the end of this document and will
  51.      automatically be set up for the A: or C: drive.
  52.  
  53.   9) When you see the message "Finished!" you should press Alt-X to exit
  54.      {COMMO} on your PC.  If you need to cancel the process at any time, just
  55.      press Esc to stop and leave {COMMO}.
  56.  
  57.   ------------
  58.   ON YOUR 95LX
  59.   ------------
  60.  
  61.   1) Open FILER
  62.   2) Select the drive for the {COMMO} directory
  63.   3) Press MENU D C
  64.   4) Type COMMO
  65.   5) Press Enter
  66.   6) Open DATACOMM
  67.   7) Press MENU S P I 1 ESC.
  68.   8) Press B 6 ESC Q.
  69.   9) Press MENU, T, X, R.
  70.  10) Enter the 95LX path and the filename that the PC is sending
  71.      (e.g., C:\COMMO\COMMO.COM).
  72.  11) The transfer will start.
  73.  12) Continue until all files are copied.
  74.  13) Copy APNAME.LST, CONFIG.SYS and AUTOEXEC.BAT from the {COMMO} directory
  75.      to the directories indicated below (read additional instructions in Mark
  76.      Scardina's document EXM.DOC).
  77.  
  78. =============================
  79. Files created and transferred
  80. =============================
  81.  
  82. If you already have any of these files on your 95LX, then edit your existing
  83. files to add the necessary information.  Otherwise just copy the files to the
  84. appropriate directory after they have been transferred to the 95LX.  Remember
  85. that your CONFIG.SYS and AUTOEXEC.BAT files must be in the root directory of
  86. the same drive.
  87.  
  88. CONFIG.SYS  (This is the same for A:\ or C:\)
  89. ----------
  90.  
  91.      SHELL=C:\COMMAND.COM /P
  92.                          
  93. Note:   Do not forget the space before the "/".
  94.  
  95. A:\AUTOEXEC.BAT  (version for the A Drive)
  96. ---------------
  97.  
  98.      ECHO OFF
  99.      PROMPT [DOS]$P$G
  100.      SET COMMO=A:\COMMO
  101.      PATH=A:\;A:\COMMO;C:\;C:\_DAT
  102.      ECHO.
  103.      ECHO       Press CTRL-C to go to DOS.
  104.      ECHO   Press any other key to go to SYSMGR.
  105.      PAUSE>NUL
  106.      PROMPT [SYS]$P$G
  107.      $SYSMGR
  108.  
  109. C:\AUTOEXEC.BAT  (version for the C drive)
  110. ---------------
  111.  
  112.      ECHO OFF
  113.      PROMPT [DOS]$P$G
  114.      SET COMMO=C:\COMMO
  115.      PATH=C:\;C:\_DAT;C:\COMMO
  116.      ECHO.
  117.      ECHO       Press CTRL-C to go to DOS.
  118.      ECHO   Press any other key to go to SYSMGR.
  119.      PAUSE>NUL
  120.      PROMPT [SYS]$P$G
  121.      $SYSMGR
  122.  
  123. APNAME.LST (see EXM.DOC for instructions)
  124. ----------
  125.  
  126.      A:\COMMO\COMMO.EXM,B200,{COMMO}  (place in A:\)
  127.  or  C:\COMMO\COMMO.EXM,B200,{COMMO}  (place in C:\_DAT\}
  128.  
  129.  
  130.                                 - end -
  131.